projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575661b
)
Test for res_init in libc.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Sep 1993 20:08:34 +0000
(20:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Sep 1993 20:08:34 +0000
(20:08 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index f48f5c2f6bdf3bbd8701933829abc34de94c2b56..592da0cb7a0024e6a1ceaf964fd6caceffd9ff78 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1211,7
+1211,7
@@
AC_ALLOCA
# logb and frexp are found in -lm on most systems.
AC_HAVE_LIBRARY(-lm)
-AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime)
+AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime
res_init
)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)